home *** CD-ROM | disk | FTP | other *** search
- Path: news.jhu.edu!not-for-mail
- From: felipe@jhunix.hcf.jhu.edu (Ryan Bobko)
- Newsgroups: comp.lang.c
- Subject: various troubles in UNIX
- Date: 9 Jan 1996 20:11:19 -0500
- Organization: Homewood Academic Computing, Johns Hopkins University, Baltimore, Md, USA
- Message-ID: <4cv3nn$dmn@jhunix.hcf.jhu.edu>
- NNTP-Posting-Host: 128.220.2.5
-
- Hi folks.
-
- Having a bit of time on my hands, I thought it would be nice to write a
- game for unix... I thought it might be a productive way to spend my
- Christmas vacaction, but it's turning more sinister by the day.
-
- Basically, I'm trying to make something for terminals, with graphics akin
- to NETHACK or MORIA. But how do you refresh the screen when something
- moves? Just redrawing it is not a good alternative (as the system often
- gets bogged down), but that's the extent of my knowledge.
-
- Also, on a more general note, how does one link separate code? Let's say
- I have a program called "map.c" and one called "game.c," and I want to
- call on "map" from "game." How would I do that?
-
- Thanks in advance,
-
- ryan
-
-